func runtime.open
6 uses
runtime (current package)
create_file_unix.go#L13: return open(name, _O_CREAT|_O_WRONLY|_O_TRUNC, perm)
os_linux.go#L253: fd := open(&procAuxv[0], 0 /* O_RDONLY */, 0)
os_linux.go#L324: fd := open(&sysTHPSizePath[0], 0 /* O_RDONLY */, 0)
os_linux.go#L378: fd := open(&urandom_dev[0], 0 /* O_RDONLY */, 0)
security_unix.go#L64: if ret := open(&devNull[0], 2 /* O_RDWR */, 0); ret < 0 {
stubs2.go#L35: func open(name *byte, mode, perm int32) int32
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |